home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / wires / r3wfdc.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  14.7 KB  |  615 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/real/wires/r3wfdc.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("oops/r3root.js")
  7. include("oops/r3dc.js")
  8. var R3CLID_WIREFRAMEDRAWCONTEXT = 687;
  9.  
  10. R3WFDCM_PUSHMATRIX = 687000;
  11.  
  12. function _R3WFDCM_PUSHMATRIX() {
  13.   return this.r3Do(R3WFDCM_PUSHMATRIX, arguments);
  14. }
  15.  
  16.  
  17. R3WFDCM_POPMATRIX = 687001;
  18.  
  19. function _R3WFDCM_POPMATRIX() {
  20.   return this.r3Do(R3WFDCM_POPMATRIX, arguments);
  21. }
  22.  
  23.  
  24. R3WFDCM_RENDERPOINTARRA = 687002;
  25.  
  26. function _R3WFDCM_RENDERPOINTARRA() {
  27.   return this.r3Do(R3WFDCM_RENDERPOINTARRAYS, arguments);
  28. }
  29.  
  30.  
  31. R3WFDCM_RENDERPOINTARRA = 687003;
  32.  
  33. function _R3WFDCM_RENDERPOINTARRA() {
  34.   return this.r3Do(R3WFDCM_RENDERPOINTARRAYSSHADED, arguments);
  35. }
  36.  
  37.  
  38. R3WFDCM_RENDERTRISETS = 687004;
  39.  
  40. function _R3WFDCM_RENDERTRISETS() {
  41.   return this.r3Do(R3WFDCM_RENDERTRISETS, arguments);
  42. }
  43.  
  44.  
  45. R3WFDCM_RENDERTRISETSSH = 687005;
  46.  
  47. function _R3WFDCM_RENDERTRISETSSH() {
  48.   return this.r3Do(R3WFDCM_RENDERTRISETSSHADED, arguments);
  49. }
  50.  
  51.  
  52. R3WFDCM_RENDERMATERIAL = 687006;
  53.  
  54. function _R3WFDCM_RENDERMATERIAL() {
  55.   return this.r3Do(R3WFDCM_RENDERMATERIAL, arguments);
  56. }
  57.  
  58.  
  59. R3WFDCM_RENDERTEXTURE = 687007;
  60.  
  61. function _R3WFDCM_RENDERTEXTURE() {
  62.   return this.r3Do(R3WFDCM_RENDERTEXTURE, arguments);
  63. }
  64.  
  65.  
  66. R3WFDCM_RENDERMESH = 687008;
  67.  
  68. function _R3WFDCM_RENDERMESH() {
  69.   return this.r3Do(R3WFDCM_RENDERMESH, arguments);
  70. }
  71.  
  72.  
  73. R3WFDCM_RENDERMESHSHADE = 687009;
  74.  
  75. function _R3WFDCM_RENDERMESHSHADE() {
  76.   return this.r3Do(R3WFDCM_RENDERMESHSHADED, arguments);
  77. }
  78.  
  79.  
  80. R3WFDCM_DRAWPOINTS = 687010;
  81.  
  82. function _R3WFDCM_DRAWPOINTS() {
  83.   return this.r3Do(R3WFDCM_DRAWPOINTS, arguments);
  84. }
  85.  
  86.  
  87. R3WFDCM_DRAWPOLY = 687011;
  88.  
  89. function _R3WFDCM_DRAWPOLY() {
  90.   return this.r3Do(R3WFDCM_DRAWPOLY, arguments);
  91. }
  92.  
  93.  
  94. R3WFDCM_DRAWPOLY2D = 687012;
  95.  
  96. function _R3WFDCM_DRAWPOLY2D() {
  97.   return this.r3Do(R3WFDCM_DRAWPOLY2D, arguments);
  98. }
  99.  
  100.  
  101. R3WFDCM_ROTATEHANDLE = 687013;
  102.  
  103. function _R3WFDCM_ROTATEHANDLE() {
  104.   return this.r3Do(R3WFDCM_ROTATEHANDLE, arguments);
  105. }
  106.  
  107.  
  108. R3WFDCM_COORDSYS = 687014;
  109.  
  110. function _R3WFDCM_COORDSYS() {
  111.   return this.r3Do(R3WFDCM_COORDSYS, arguments);
  112. }
  113.  
  114.  
  115. R3WFDCM_BOUNDINGBOX = 687015;
  116.  
  117. function _R3WFDCM_BOUNDINGBOX() {
  118.   return this.r3Do(R3WFDCM_BOUNDINGBOX, arguments);
  119. }
  120.  
  121.  
  122. R3WFDCM_SETCOLOR = 687016;
  123.  
  124. function _R3WFDCM_SETCOLOR() {
  125.   return this.r3Do(R3WFDCM_SETCOLOR, arguments);
  126. }
  127.  
  128.  
  129. R3WFDCM_DRAWPOINTSCONDI = 687017;
  130.  
  131. function _R3WFDCM_DRAWPOINTSCONDI() {
  132.   return this.r3Do(R3WFDCM_DRAWPOINTSCONDITIONALLY, arguments);
  133. }
  134.  
  135.  
  136. R3WFDCM_DRAWDIAMONDS = 687018;
  137.  
  138. function _R3WFDCM_DRAWDIAMONDS() {
  139.   return this.r3Do(R3WFDCM_DRAWDIAMONDS, arguments);
  140. }
  141.  
  142.  
  143. R3WFDCM_DRAWBOXES = 687019;
  144.  
  145. function _R3WFDCM_DRAWBOXES() {
  146.   return this.r3Do(R3WFDCM_DRAWBOXES, arguments);
  147. }
  148.  
  149.  
  150. R3WFDCM_DRAWCROSSES = 687020;
  151.  
  152. function _R3WFDCM_DRAWCROSSES() {
  153.   return this.r3Do(R3WFDCM_DRAWCROSSES, arguments);
  154. }
  155.  
  156.  
  157. R3WFDCM_DRAWDOTS = 687021;
  158.  
  159. function _R3WFDCM_DRAWDOTS() {
  160.   return this.r3Do(R3WFDCM_DRAWDOTS, arguments);
  161. }
  162.  
  163.  
  164. R3WFDCM_DRAWLINE = 687022;
  165.  
  166. function _R3WFDCM_DRAWLINE() {
  167.   return this.r3Do(R3WFDCM_DRAWLINE, arguments);
  168. }
  169.  
  170.  
  171. R3WFDCM_LIGHTAMBIENT = 687023;
  172.  
  173. function _R3WFDCM_LIGHTAMBIENT() {
  174.   return this.r3Do(R3WFDCM_LIGHTAMBIENT, arguments);
  175. }
  176.  
  177.  
  178. R3WFDCM_LIGHTPOINT = 687024;
  179.  
  180. function _R3WFDCM_LIGHTPOINT() {
  181.   return this.r3Do(R3WFDCM_LIGHTPOINT, arguments);
  182. }
  183.  
  184.  
  185. R3WFDCM_LIGHTDISTANT = 687025;
  186.  
  187. function _R3WFDCM_LIGHTDISTANT() {
  188.   return this.r3Do(R3WFDCM_LIGHTDISTANT, arguments);
  189. }
  190.  
  191.  
  192. R3WFDCM_LIGHTSPOT = 687026;
  193.  
  194. function _R3WFDCM_LIGHTSPOT() {
  195.   return this.r3Do(R3WFDCM_LIGHTSPOT, arguments);
  196. }
  197.  
  198.  
  199. R3WFDCM_RENDERICONS = 687027;
  200.  
  201. function _R3WFDCM_RENDERICONS() {
  202.   return this.r3Do(R3WFDCM_RENDERICONS, arguments);
  203. }
  204.  
  205.  
  206. R3WFDCM_DRAWFIXEDELEMEN = 687028;
  207.  
  208. function _R3WFDCM_DRAWFIXEDELEMEN() {
  209.   return this.r3Do(R3WFDCM_DRAWFIXEDELEMENT, arguments);
  210. }
  211.  
  212.  
  213. R3WFDCM_RENDERQUADSETS = 687029;
  214.  
  215. function _R3WFDCM_RENDERQUADSETS() {
  216.   return this.r3Do(R3WFDCM_RENDERQUADSETS, arguments);
  217. }
  218.  
  219.  
  220. R3WFDCM_RENDERQUADSETSS = 687030;
  221.  
  222. function _R3WFDCM_RENDERQUADSETSS() {
  223.   return this.r3Do(R3WFDCM_RENDERQUADSETSSHADED, arguments);
  224. }
  225.  
  226.  
  227. R3WFDCM_MAPWIRECOLOR = 687031;
  228.  
  229. function _R3WFDCM_MAPWIRECOLOR() {
  230.   return this.r3Do(R3WFDCM_MAPWIRECOLOR, arguments);
  231. }
  232.  
  233.  
  234. R3WFDCM_MAPSHADEDCOLOR = 687032;
  235.  
  236. function _R3WFDCM_MAPSHADEDCOLOR() {
  237.   return this.r3Do(R3WFDCM_MAPSHADEDCOLOR, arguments);
  238. }
  239.  
  240.  
  241. R3WFDCM_DRAWARROW = 687033;
  242.  
  243. function _R3WFDCM_DRAWARROW() {
  244.   return this.r3Do(R3WFDCM_DRAWARROW, arguments);
  245. }
  246.  
  247.  
  248. R3WFDCM_SETPATTERN = 687034;
  249.  
  250. function _R3WFDCM_SETPATTERN() {
  251.   return this.r3Do(R3WFDCM_SETPATTERN, arguments);
  252. }
  253.  
  254.  
  255. R3WFDCM_DRAWDIAMONDSWIT = 687035;
  256.  
  257. function _R3WFDCM_DRAWDIAMONDSWIT() {
  258.   return this.r3Do(R3WFDCM_DRAWDIAMONDSWITHONECOLOR, arguments);
  259. }
  260.  
  261.  
  262. R3WFDCM_ENABLEBLEND = 687036;
  263.  
  264. function _R3WFDCM_ENABLEBLEND() {
  265.   return this.r3Do(R3WFDCM_ENABLEBLEND, arguments);
  266. }
  267.  
  268.  
  269. R3WFDCM_DISABLEBLEND = 687037;
  270.  
  271. function _R3WFDCM_DISABLEBLEND() {
  272.   return this.r3Do(R3WFDCM_DISABLEBLEND, arguments);
  273. }
  274.  
  275.  
  276. R3WFDCM_SETSPECULARCOLO = 687038;
  277.  
  278. function _R3WFDCM_SETSPECULARCOLO() {
  279.   return this.r3Do(R3WFDCM_SETSPECULARCOLOR, arguments);
  280. }
  281.  
  282.  
  283. R3WFDCM_DRAWFACEARRAY = 687039;
  284.  
  285. function _R3WFDCM_DRAWFACEARRAY() {
  286.   return this.r3Do(R3WFDCM_DRAWFACEARRAY, arguments);
  287. }
  288.  
  289.  
  290. R3WFDCM_DRAWNORMALARRAY = 687040;
  291.  
  292. function _R3WFDCM_DRAWNORMALARRAY() {
  293.   return this.r3Do(R3WFDCM_DRAWNORMALARRAY, arguments);
  294. }
  295.  
  296.  
  297. R3WFDCM_DRAWBOXARRAY = 687041;
  298.  
  299. function _R3WFDCM_DRAWBOXARRAY() {
  300.   return this.r3Do(R3WFDCM_DRAWBOXARRAY, arguments);
  301. }
  302.  
  303.  
  304. R3WFDCM_RENDERTRISETFAC = 687042;
  305.  
  306. function _R3WFDCM_RENDERTRISETFAC() {
  307.   return this.r3Do(R3WFDCM_RENDERTRISETFACESSHADED, arguments);
  308. }
  309.  
  310.  
  311. R3WFDCM_RENDERQUADSETFA = 687043;
  312.  
  313. function _R3WFDCM_RENDERQUADSETFA() {
  314.   return this.r3Do(R3WFDCM_RENDERQUADSETFACESSHADED, arguments);
  315. }
  316.  
  317.  
  318. R3WFDCM_RENDERARRAYQUAD = 687044;
  319.  
  320. function _R3WFDCM_RENDERARRAYQUAD() {
  321.   return this.r3Do(R3WFDCM_RENDERARRAYQUADSETSSHADED, arguments);
  322. }
  323.  
  324.  
  325. R3WFDCM_RENDERARRAYTRIS = 687045;
  326.  
  327. function _R3WFDCM_RENDERARRAYTRIS() {
  328.   return this.r3Do(R3WFDCM_RENDERARRAYTRISETSSHADED, arguments);
  329. }
  330.  
  331.  
  332. R3WFDCM_RENDERARRAYTRIS = 687046;
  333.  
  334. function _R3WFDCM_RENDERARRAYTRIS() {
  335.   return this.r3Do(R3WFDCM_RENDERARRAYTRISETFACESSHADED, arguments);
  336. }
  337.  
  338.  
  339. R3WFDCM_RENDERARRAYQUAD = 687047;
  340.  
  341. function _R3WFDCM_RENDERARRAYQUAD() {
  342.   return this.r3Do(R3WFDCM_RENDERARRAYQUADSETFACESSHADED, arguments);
  343. }
  344.  
  345.  
  346. R3WFDCM_RENDERARRAYQUAD = 687048;
  347.  
  348. function _R3WFDCM_RENDERARRAYQUAD() {
  349.   return this.r3Do(R3WFDCM_RENDERARRAYQUADSETS, arguments);
  350. }
  351.  
  352.  
  353. R3WFDCM_RENDERARRAYTRIS = 687049;
  354.  
  355. function _R3WFDCM_RENDERARRAYTRIS() {
  356.   return this.r3Do(R3WFDCM_RENDERARRAYTRISETS, arguments);
  357. }
  358.  
  359.  
  360. R3WFDCM_SETFRONTFACE = 687050;
  361.  
  362. function _R3WFDCM_SETFRONTFACE() {
  363.   return this.r3Do(R3WFDCM_SETFRONTFACE, arguments);
  364. }
  365.  
  366.  
  367. R3WFDCM_RENDERARRAYQUAD = 687051;
  368.  
  369. function _R3WFDCM_RENDERARRAYQUAD() {
  370.   return this.r3Do(R3WFDCM_RENDERARRAYQUADSETFACESSHADEDBYTEXTUREARRAY, arguments);
  371. }
  372.  
  373.  
  374. R3WFDCM_RENDERARRAYTRIS = 687052;
  375.  
  376. function _R3WFDCM_RENDERARRAYTRIS() {
  377.   return this.r3Do(R3WFDCM_RENDERARRAYTRISETFACESSHADEDBYTEXTUREARRAY, arguments);
  378. }
  379.  
  380. R3WFDCCA_HandleFillColo = 687506;
  381. function SetR3WFDCCA_HandleFillColo(value) {
  382.   this.r3Set(R3WFDCCA_HandleFillColor, value);
  383. }
  384.  
  385. function GetR3WFDCCA_HandleFillColo() {
  386.   var value = 0;
  387.   return this.r3Get(R3WFDCCA_HandleFillColor, value); // R3FLOATCOLOR *
  388. }
  389.  
  390. R3WFDCCA_BoundingBoxCol = 687507;
  391. function SetR3WFDCCA_BoundingBoxCol(value) {
  392.   this.r3Set(R3WFDCCA_BoundingBoxColor, value);
  393. }
  394.  
  395. function GetR3WFDCCA_BoundingBoxCol() {
  396.   var value = 0;
  397.   return this.r3Get(R3WFDCCA_BoundingBoxColor, value); // R3FLOATCOLOR *
  398. }
  399.  
  400. R3WFDCCA_DefaultColor = 687510;
  401. function SetR3WFDCCA_DefaultColor(value) {
  402.   this.r3Set(R3WFDCCA_DefaultColor, value);
  403. }
  404.  
  405. function GetR3WFDCCA_DefaultColor() {
  406.   var value = 0;
  407.   return this.r3Get(R3WFDCCA_DefaultColor, value); // R3FLOATCOLOR *
  408. }
  409.  
  410. R3WFDCCA_PointColor = 687511;
  411. function SetR3WFDCCA_PointColor(value) {
  412.   this.r3Set(R3WFDCCA_PointColor, value);
  413. }
  414.  
  415. function GetR3WFDCCA_PointColor() {
  416.   var value = 0;
  417.   return this.r3Get(R3WFDCCA_PointColor, value); // R3FLOATCOLOR *
  418. }
  419.  
  420. R3WFDCCA_XColor = 687512;
  421. function SetR3WFDCCA_XColor(value) {
  422.   this.r3Set(R3WFDCCA_XColor, value);
  423. }
  424.  
  425. function GetR3WFDCCA_XColor() {
  426.   var value = 0;
  427.   return this.r3Get(R3WFDCCA_XColor, value); // R3FLOATCOLOR *
  428. }
  429.  
  430. R3WFDCCA_YColor = 687513;
  431. function SetR3WFDCCA_YColor(value) {
  432.   this.r3Set(R3WFDCCA_YColor, value);
  433. }
  434.  
  435. function GetR3WFDCCA_YColor() {
  436.   var value = 0;
  437.   return this.r3Get(R3WFDCCA_YColor, value); // R3FLOATCOLOR *
  438. }
  439.  
  440. R3WFDCCA_ZColor = 687514;
  441. function SetR3WFDCCA_ZColor(value) {
  442.   this.r3Set(R3WFDCCA_ZColor, value);
  443. }
  444.  
  445. function GetR3WFDCCA_ZColor() {
  446.   var value = 0;
  447.   return this.r3Get(R3WFDCCA_ZColor, value); // R3FLOATCOLOR *
  448. }
  449.  
  450. R3WFDCCA_OriginColor = 687515;
  451. function SetR3WFDCCA_OriginColor(value) {
  452.   this.r3Set(R3WFDCCA_OriginColor, value);
  453. }
  454.  
  455. function GetR3WFDCCA_OriginColor() {
  456.   var value = 0;
  457.   return this.r3Get(R3WFDCCA_OriginColor, value); // R3FLOATCOLOR *
  458. }
  459.  
  460. R3WFDCCA_SelectedColor = 687524;
  461. function SetR3WFDCCA_SelectedColor(value) {
  462.   this.r3Set(R3WFDCCA_SelectedColor, value);
  463. }
  464.  
  465. function GetR3WFDCCA_SelectedColor() {
  466.   var value = 0;
  467.   return this.r3Get(R3WFDCCA_SelectedColor, value); // R3FLOATCOLOR*
  468. }
  469.  
  470. R3WFDCCA_UnSelectedColo = 687525;
  471. function SetR3WFDCCA_UnSelectedColo(value) {
  472.   this.r3Set(R3WFDCCA_UnSelectedColor, value);
  473. }
  474.  
  475. function GetR3WFDCCA_UnSelectedColo() {
  476.   var value = 0;
  477.   return this.r3Get(R3WFDCCA_UnSelectedColor, value); // R3FLOATCOLOR*
  478. }
  479.  
  480. R3WFDCCA_UnSelectShaded = 687527;
  481. function SetR3WFDCCA_UnSelectShaded(value) {
  482.   this.r3Set(R3WFDCCA_UnSelectShadedDarkness, value);
  483. }
  484.  
  485. function GetR3WFDCCA_UnSelectShaded() {
  486.   var value = 0;
  487.   return this.r3Get(R3WFDCCA_UnSelectShadedDarkness, value); // R3FLOAT*
  488. }
  489.  
  490. R3WFDCCA_XColor2 = 687530;
  491. function SetR3WFDCCA_XColor2(value) {
  492.   this.r3Set(R3WFDCCA_XColor2, value);
  493. }
  494.  
  495. function GetR3WFDCCA_XColor2() {
  496.   var value = 0;
  497.   return this.r3Get(R3WFDCCA_XColor2, value); // R3FLOATCOLOR *
  498. }
  499.  
  500. R3WFDCCA_YColor2 = 687531;
  501. function SetR3WFDCCA_YColor2(value) {
  502.   this.r3Set(R3WFDCCA_YColor2, value);
  503. }
  504.  
  505. function GetR3WFDCCA_YColor2() {
  506.   var value = 0;
  507.   return this.r3Get(R3WFDCCA_YColor2, value); // R3FLOATCOLOR *
  508. }
  509.  
  510. R3WFDCCA_ZColor2 = 687532;
  511. function SetR3WFDCCA_ZColor2(value) {
  512.   this.r3Set(R3WFDCCA_ZColor2, value);
  513. }
  514.  
  515. function GetR3WFDCCA_ZColor2() {
  516.   var value = 0;
  517.   return this.r3Get(R3WFDCCA_ZColor2, value); // R3FLOATCOLOR *
  518. }
  519.  
  520. include("oops/r3vector.js")
  521. include("oops/r3color.js")
  522. include("real/objects/r3triset.js")
  523. function r3Wireframedrawcontext () { 
  524.    this.base = r3God;
  525.    if(arguments.length) {
  526.       this.base(R3CLID_WIREFRAMEDRAWCONTEXT, arguments);
  527.    }
  528.    // Methods
  529.    this.PUSHMATRIX=_R3WFDCM_PUSHMATRIX;
  530.    this.POPMATRIX=_R3WFDCM_POPMATRIX;
  531.    this.RENDERPOINTARRA=_R3WFDCM_RENDERPOINTARRA;
  532.    this.RENDERPOINTARRA=_R3WFDCM_RENDERPOINTARRA;
  533.    this.RENDERTRISETS=_R3WFDCM_RENDERTRISETS;
  534.    this.RENDERTRISETSSH=_R3WFDCM_RENDERTRISETSSH;
  535.    this.RENDERMATERIAL=_R3WFDCM_RENDERMATERIAL;
  536.    this.RENDERTEXTURE=_R3WFDCM_RENDERTEXTURE;
  537.    this.RENDERMESH=_R3WFDCM_RENDERMESH;
  538.    this.RENDERMESHSHADE=_R3WFDCM_RENDERMESHSHADE;
  539.    this.DRAWPOINTS=_R3WFDCM_DRAWPOINTS;
  540.    this.DRAWPOLY=_R3WFDCM_DRAWPOLY;
  541.    this.DRAWPOLY2D=_R3WFDCM_DRAWPOLY2D;
  542.    this.ROTATEHANDLE=_R3WFDCM_ROTATEHANDLE;
  543.    this.COORDSYS=_R3WFDCM_COORDSYS;
  544.    this.BOUNDINGBOX=_R3WFDCM_BOUNDINGBOX;
  545.    this.SETCOLOR=_R3WFDCM_SETCOLOR;
  546.    this.DRAWPOINTSCONDI=_R3WFDCM_DRAWPOINTSCONDI;
  547.    this.DRAWDIAMONDS=_R3WFDCM_DRAWDIAMONDS;
  548.    this.DRAWBOXES=_R3WFDCM_DRAWBOXES;
  549.    this.DRAWCROSSES=_R3WFDCM_DRAWCROSSES;
  550.    this.DRAWDOTS=_R3WFDCM_DRAWDOTS;
  551.    this.DRAWLINE=_R3WFDCM_DRAWLINE;
  552.    this.LIGHTAMBIENT=_R3WFDCM_LIGHTAMBIENT;
  553.    this.LIGHTPOINT=_R3WFDCM_LIGHTPOINT;
  554.    this.LIGHTDISTANT=_R3WFDCM_LIGHTDISTANT;
  555.    this.LIGHTSPOT=_R3WFDCM_LIGHTSPOT;
  556.    this.RENDERICONS=_R3WFDCM_RENDERICONS;
  557.    this.DRAWFIXEDELEMEN=_R3WFDCM_DRAWFIXEDELEMEN;
  558.    this.RENDERQUADSETS=_R3WFDCM_RENDERQUADSETS;
  559.    this.RENDERQUADSETSS=_R3WFDCM_RENDERQUADSETSS;
  560.    this.MAPWIRECOLOR=_R3WFDCM_MAPWIRECOLOR;
  561.    this.MAPSHADEDCOLOR=_R3WFDCM_MAPSHADEDCOLOR;
  562.    this.DRAWARROW=_R3WFDCM_DRAWARROW;
  563.    this.SETPATTERN=_R3WFDCM_SETPATTERN;
  564.    this.DRAWDIAMONDSWIT=_R3WFDCM_DRAWDIAMONDSWIT;
  565.    this.ENABLEBLEND=_R3WFDCM_ENABLEBLEND;
  566.    this.DISABLEBLEND=_R3WFDCM_DISABLEBLEND;
  567.    this.SETSPECULARCOLO=_R3WFDCM_SETSPECULARCOLO;
  568.    this.DRAWFACEARRAY=_R3WFDCM_DRAWFACEARRAY;
  569.    this.DRAWNORMALARRAY=_R3WFDCM_DRAWNORMALARRAY;
  570.    this.DRAWBOXARRAY=_R3WFDCM_DRAWBOXARRAY;
  571.    this.RENDERTRISETFAC=_R3WFDCM_RENDERTRISETFAC;
  572.    this.RENDERQUADSETFA=_R3WFDCM_RENDERQUADSETFA;
  573.    this.RENDERARRAYQUAD=_R3WFDCM_RENDERARRAYQUAD;
  574.    this.RENDERARRAYTRIS=_R3WFDCM_RENDERARRAYTRIS;
  575.    this.RENDERARRAYTRIS=_R3WFDCM_RENDERARRAYTRIS;
  576.    this.RENDERARRAYQUAD=_R3WFDCM_RENDERARRAYQUAD;
  577.    this.RENDERARRAYQUAD=_R3WFDCM_RENDERARRAYQUAD;
  578.    this.RENDERARRAYTRIS=_R3WFDCM_RENDERARRAYTRIS;
  579.    this.SETFRONTFACE=_R3WFDCM_SETFRONTFACE;
  580.    this.RENDERARRAYQUAD=_R3WFDCM_RENDERARRAYQUAD;
  581.    this.RENDERARRAYTRIS=_R3WFDCM_RENDERARRAYTRIS;
  582.  
  583.    // Attributes
  584.    this.GetHandleFillColo=GetR3WFDCCA_HandleFillColo;
  585.    this.SetHandleFillColo=SetR3WFDCCA_HandleFillColo;
  586.    this.GetBoundingBoxCol=GetR3WFDCCA_BoundingBoxCol;
  587.    this.SetBoundingBoxCol=SetR3WFDCCA_BoundingBoxCol;
  588.    this.GetDefaultColor=GetR3WFDCCA_DefaultColor;
  589.    this.SetDefaultColor=SetR3WFDCCA_DefaultColor;
  590.    this.GetPointColor=GetR3WFDCCA_PointColor;
  591.    this.SetPointColor=SetR3WFDCCA_PointColor;
  592.    this.GetXColor=GetR3WFDCCA_XColor;
  593.    this.SetXColor=SetR3WFDCCA_XColor;
  594.    this.GetYColor=GetR3WFDCCA_YColor;
  595.    this.SetYColor=SetR3WFDCCA_YColor;
  596.    this.GetZColor=GetR3WFDCCA_ZColor;
  597.    this.SetZColor=SetR3WFDCCA_ZColor;
  598.    this.GetOriginColor=GetR3WFDCCA_OriginColor;
  599.    this.SetOriginColor=SetR3WFDCCA_OriginColor;
  600.    this.GetSelectedColor=GetR3WFDCCA_SelectedColor;
  601.    this.SetSelectedColor=SetR3WFDCCA_SelectedColor;
  602.    this.GetUnSelectedColo=GetR3WFDCCA_UnSelectedColo;
  603.    this.SetUnSelectedColo=SetR3WFDCCA_UnSelectedColo;
  604.    this.GetUnSelectShaded=GetR3WFDCCA_UnSelectShaded;
  605.    this.SetUnSelectShaded=SetR3WFDCCA_UnSelectShaded;
  606.    this.GetXColor2=GetR3WFDCCA_XColor2;
  607.    this.SetXColor2=SetR3WFDCCA_XColor2;
  608.    this.GetYColor2=GetR3WFDCCA_YColor2;
  609.    this.SetYColor2=SetR3WFDCCA_YColor2;
  610.    this.GetZColor2=GetR3WFDCCA_ZColor2;
  611.    this.SetZColor2=SetR3WFDCCA_ZColor2;
  612. }
  613.  
  614. r3Wireframedrawcontext.prototype=new r3Root;
  615. // inc/real/wires/r3wfdc.h_H